home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.plaf.basic;
-
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- public class BasicSplitPaneUI$KeyboardEndHandler implements ActionListener {
- // $FF: synthetic field
- private final BasicSplitPaneUI this$0;
-
- public BasicSplitPaneUI$KeyboardEndHandler(BasicSplitPaneUI var1) {
- this.this$0 = var1;
- }
-
- public void actionPerformed(ActionEvent var1) {
- if (BasicSplitPaneUI.access$2(this.this$0)) {
- if (BasicSplitPaneUI.access$0(this.this$0) == 0) {
- this.this$0.setDividerLocation(this.this$0.splitPane, this.this$0.splitPane.getHeight() - this.this$0.splitPane.getInsets().bottom);
- } else {
- this.this$0.setDividerLocation(this.this$0.splitPane, this.this$0.splitPane.getWidth() - this.this$0.splitPane.getInsets().right);
- }
- }
-
- }
- }
-